home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / mg / src.lzh / amiga / foob.h < prev    next >
C/C++ Source or Header  |  1990-05-23  |  289b  |  11 lines

  1. /*
  2.  * File Out Of Band data for AmigaDOS. While an argument could be made for
  3.  * putting the comment on the file here, that would add 80 more bytes to each
  4.  * buffer structure. I'm not willing to pay it, so all you get is the
  5.  * protection bits.
  6.  */
  7.  
  8. #ifndef    FOOB
  9. #define FOOB    long
  10. #endif
  11.